home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / SCSL / dlasq6.z / dlasq6
Encoding:
Text File  |  2002-10-03  |  3.0 KB  |  133 lines

  1.  
  2.  
  3.  
  4. DDDDLLLLAAAASSSSQQQQ6666((((3333SSSS))))                                                          DDDDLLLLAAAASSSSQQQQ6666((((3333SSSS))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      DLASQ6 - compute one dqd (shift equal to zero) transform in ping-pong
  10.      form, with protection against underflow and overflow
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      SUBROUTINE DLASQ6( I0, N0, Z, PP, DMIN, DMIN1, DMIN2, DN, DNM1, DNM2 )
  14.  
  15.          INTEGER        I0, N0, PP
  16.  
  17.          DOUBLE         PRECISION DMIN, DMIN1, DMIN2, DN, DNM1, DNM2
  18.  
  19.          DOUBLE         PRECISION Z( * )
  20.  
  21. IIIIMMMMPPPPLLLLEEEEMMMMEEEENNNNTTTTAAAATTTTIIIIOOOONNNN
  22.      These routines are part of the SCSL Scientific Library and can be loaded
  23.      using either the -lscs or the -lscs_mp option.  The -lscs_mp option
  24.      directs the linker to use the multi-processor version of the library.
  25.  
  26.      When linking to SCSL with -lscs or -lscs_mp, the default integer size is
  27.      4 bytes (32 bits). Another version of SCSL is available in which integers
  28.      are 8 bytes (64 bits).  This version allows the user access to larger
  29.      memory sizes and helps when porting legacy Cray codes.  It can be loaded
  30.      by using the -lscs_i8 option or the -lscs_i8_mp option. A program may use
  31.      only one of the two versions; 4-byte integer and 8-byte integer library
  32.      calls cannot be mixed.
  33.  
  34. PPPPUUUURRRRPPPPOOOOSSSSEEEE
  35.      DLASQ6 computes one dqd (shift equal to zero) transform in ping-pong
  36.      form, with protection against underflow and overflow.
  37.  
  38. AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  39.      I0    (input) INTEGER
  40.            First index.
  41.  
  42.      N0    (input) INTEGER
  43.            Last index.
  44.  
  45.      Z     (input) DOUBLE PRECISION array, dimension ( 4*N )
  46.            Z holds the qd array. EMIN is stored in Z(4*N0) to avoid an extra
  47.            argument.
  48.  
  49.      PP    (input) INTEGER
  50.            PP=0 for ping, PP=1 for pong.
  51.  
  52.      DMIN  (output) DOUBLE PRECISION
  53.            Minimum value of d.
  54.  
  55.            DMIN1 (output) DOUBLE PRECISION Minimum value of d, excluding D( N0
  56.            ).
  57.  
  58.            DMIN2 (output) DOUBLE PRECISION Minimum value of d, excluding D( N0
  59.            ) and D( N0-1 ).
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. DDDDLLLLAAAASSSSQQQQ6666((((3333SSSS))))                                                          DDDDLLLLAAAASSSSQQQQ6666((((3333SSSS))))
  71.  
  72.  
  73.  
  74.      DN    (output) DOUBLE PRECISION
  75.            d(N0), the last value of d.
  76.  
  77.      DNM1  (output) DOUBLE PRECISION
  78.            d(N0-1).
  79.  
  80.      DNM2  (output) DOUBLE PRECISION
  81.            d(N0-2).
  82.  
  83. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  84.      INTRO_LAPACK(3S), INTRO_SCSL(3S)
  85.  
  86.      This man page is available only online.
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.